(Now off to deal with the inevitable leaks I just introduced...)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4679
f51c46e8-681c-474f-0cfe-
069cfd0219fb
#DEBUGGING=-g $(EXTRA_DEBUGGING)
# add -DDEBUG_MEM to turn on memory allocation logging
GBCFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -I$(srcdir) @QT_INC_OPT@$(QT_INC) \
- $(OPTIMIZATION) -DHAVE_CONFIG_H @CFLAGS@
+ $(OPTIMIZATION) -DHAVE_CONFIG_H -DNEW_STRINGS @CFLAGS@
LDFLAGS=$(EXTRA_LDFLAGS) @LDFLAGS@
PREFIX=@prefix@
INSTALL_DIR=$(DESTDIR)/$(PREFIX)